home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 September / CHIP Eylül 1998.iso / Slackwar / contents / scripts / bash-2.02 < prev    next >
Text File  |  1997-06-06  |  195b  |  10 lines

  1. if [ -r bin/bash2 ]; then
  2.  mv bin/bash2 bin/bash2.old
  3. fi
  4. mv bin/bash2.new bin/bash2
  5. if fgrep bash2 etc/shells 1> /dev/null 2> /dev/null ; then
  6.  GOOD=true
  7. else
  8.  echo "/bin/bash2" >> etc/shells
  9. fi
  10.